Auto merge of #1202 - alexcrichton:issue-1201, r=huonw
authorbors <bors@rust-lang.org>
Thu, 22 Jan 2015 06:06:34 +0000 (06:06 +0000)
committerbors <bors@rust-lang.org>
Thu, 22 Jan 2015 06:06:34 +0000 (06:06 +0000)
commitbb28e71202260180ecff658cd0fa0c7ba86d0296
treed0439eb722c95a516de51df11c261ef216267353
parent4beea1c0a7948dd3a21faf9cc5da67fa299b11bb
parent205bd1d25b5f4d5c3d0e0b80e7d0a56958aff79d
Auto merge of #1202 - alexcrichton:issue-1201, r=huonw

Previously an error's description was not printed at all if it was not a "human
error". This alters the logic to always print the description on --verbose, as
well as ensuring that --verbose is suggested if this is the case and we're not
verbose.

Closes #1201